home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Utilities / PowerWindows / PowerWindows.gui < prev    next >
Encoding:
Text File  |  1997-06-07  |  21.9 KB  |  704 lines

  1. PREFSNAME="PowerWindows"
  2. HELPGUIDE="PowerWindows.guide"
  3.  
  4. ;= GENERAL =================================================================
  5.  
  6. GROUP
  7.  GROUPNAME="General"
  8.  GROUPHELPNODE="GeneralOptions"
  9.  
  10.  PAGE
  11.   PAGENAME="General Options: Page 1"
  12.   LABELWIDTH=150
  13.   GADGETWIDTH=50
  14.  
  15.   FRAME
  16.  
  17.    BOOL
  18.     NAME="Scan Screens"
  19.     KEYWORD="ScanScreens"
  20.     VALUE="FALSE"
  21.     HELPTEXT="Patch Screens that are already open when starting PowerWindows. Otherwise on this Screens moving Windows out of Screen and iconifying will not be possible!"
  22.  
  23.    BOOL
  24.     NAME="Safe LockLayers()"
  25.     KEYWORD="SafeLockLayer"
  26.     VALUE="FALSE"
  27.     HELPTEXT="A safer way to do LockLayers()-Call. You will get less deadlocks but in some cases (if there's a lot of graphical activity on the active Screen) you won't be able to drag Windows out of Screen."
  28.  
  29.    BOOL
  30.     NAME="Safe MoveWindow()"
  31.     KEYWORD="SafeMoveWindow"
  32.     VALUE="FALSE"
  33.     HELPTEXT="By default PowerWindows calls MoveWindow() in it's Input-Handler. This is not system-conform, but faster. By activating this Windows will be moved by PowerWindows' main Task, which is a little bit slower, but system conform."
  34.    
  35.    BOOL
  36.     NAME="Don't freeze Mouse"
  37.     KEYWORD="NoMouseFreeze"
  38.     VALUE="FALSE"
  39.     HELPTEXT="Usually the Mouse-Pointer gets freezed while a Window is moved out of Screen. If you don't like that activate this option. If you encounter strange things, such as the Screen auto-scrolling out of it's limits, increase «Mouse Speed-Factor»!"
  40.  
  41.    BOOL
  42.     NAME="Not Out-of-Screen"
  43.     KEYWORD="No_OutOfScreen"
  44.     VALUE="FALSE"
  45.     HELPTEXT="By activating this you will not be able to drag Windows out of Screen, anymore. Iconifying will still be possible."
  46.  
  47.    BOOL
  48.     NAME="Don't clear Refresh Bit"
  49.     KEYWORD="NoRefreshKill"
  50.     VALUE="FALSE"
  51.     HELPTEXT="To avoid refreshing problems the LAYERREFRESH Bit is cleared when creating SIMPLEREFRESH Layers. With this option you can deactivate this. Have a look at the Guide!"
  52.  
  53.    BOOL
  54.     NAME="Force Windows to SMART REFRESH"
  55.     KEYWORD="SmartWin"
  56.     VALUE="FALSE"
  57.     HELPTEXT="With this option all Windows (except SuperBitmap Windows) will get SMARTREFRESH Layers. This speeds up Window operations (moving/zooming) on some machines."
  58.  
  59.   FRAMEEND
  60.   
  61.  PAGE
  62.   PAGENAME="General Options: Page 2"
  63.   LABELWIDTH=100
  64.   GADGETWIDTH=100
  65.  
  66.   FRAME
  67.   
  68.    SLIDER
  69.     NAME="InputHandler Priority"
  70.     KEYWORD="InputPri"
  71.     MIN=-128
  72.     MAX=127
  73.     VALUE=52
  74.     HELPTEXT="Priority of PowerWindows' Input-Handler. Must be greater than Intuition's one (50) and should be lower than commodities.library's one (53)."
  75.  
  76.    SLIDER
  77.     NAME="Mouse Speed-Factor"
  78.     KEYWORD="MouseFactor"
  79.     MIN=1
  80.     MAX=100
  81.     VALUE=4
  82.     HELPTEXT="If your Screens sometimes autoscroll out of their limits and you have activated «Don't freeze Mouse» increase this value."
  83.  
  84.    INTEGER
  85.     NAME="Max. Screen-Patch period"
  86.     KEYWORD="MaxSPPeriod"
  87.     MIN=1
  88.     MAX=1000
  89.     VALUE=20
  90.     HELPTEXT="Number of Intui-Ticks (1/10 secs) PowerWindows waits for a Window to "arrive" (if it's target position is out of Screen). If time expires operation will be cancelled (Window might stop on Screen-Limits). Have a look at the Guide!
  91.     
  92.   FRAMEEND
  93.  
  94.  
  95. ;= WINDOW DRAG =============================================================
  96.  
  97. GROUP
  98.  GROUPNAME="Dragging"
  99.  GROUPHELPNODE="WindowDragOptions"
  100.  
  101.  PAGE
  102.   PAGENAME="Window Dragging Options"
  103.  
  104.   FRAME
  105.   
  106.    CYCLE
  107.     NAME="Look of Marker"
  108.     KEYWORD="Marker"
  109.     ITEMNAME="Normal"
  110.     ITEMKEYWORD="NORMAL"
  111.     ITEMNAME="Gadget"
  112.     ITEMKEYWORD="GADGET"
  113.     ITEMNAME="Invisible"
  114.     ITEMKEYWORD="OFF"
  115.     VALUE=0
  116.     HELPTEXT="Look of Marker (rectangle which appears when you click on the Dragbar of a Window). Has no effect when opaque moving is activated"
  117.  
  118.    CYCLE
  119.     NAME="Normal-Drag Button"
  120.     KEYWORD="NormalButton"
  121.     ITEMNAME="Left"
  122.     ITEMKEYWORD="LEFT"
  123.     ITEMNAME="Right"
  124.     ITEMKEYWORD="RIGHT"
  125.     ITEMNAME="Middle"
  126.     ITEMKEYWORD="MIDDLE"
  127.     VALUE=0
  128.     HELPTEXT="Mouse-Button you want to use for dragging Windows out of Screen when you click on the DragBar of a Window and hold down the Keys specified with «Normal Qualifier» (if there are any)."
  129.  
  130.    CYCLE
  131.     NAME="Force-Drag Button"
  132.     KEYWORD="ForceButton"
  133.     ITEMNAME="Left"
  134.     ITEMKEYWORD="LEFT"
  135.     ITEMNAME="Right"
  136.     ITEMKEYWORD="RIGHT"
  137.     ITEMNAME="Middle"
  138.     ITEMKEYWORD="MIDDLE"
  139.     VALUE=0
  140.     HELPTEXT="Mouse-Button you want to use for dragging Windows (out of Screen) when you click anywhere in the Window and hold down the Keys specified with «Force Qualifier» (if there are any)."
  141.    
  142.   FRAMEEND   
  143.  
  144.   FRAME
  145.   
  146.    STRING
  147.     NAME="Normal Qualifier"
  148.     KEYWORD="NormalQualifier"
  149.     MAX=100
  150.     VALUE="OFF"
  151.     HELPTEXT="Qualifiers that must be pressed together with «Normal Button» to allow dragging a Window out of Screen. Qualifiers must be separated by '+'. Example: 'LALT+RALT+RSHIFT'. Set this to 'OFF' if any Qualifier shall be O.K."
  152.  
  153.    STRING
  154.     NAME="Force Qualifier"
  155.     KEYWORD="ForceQualifier"
  156.     MAX=100
  157.     VALUE="LALT+LSHIFT"
  158.     HELPTEXT="Qualifiers that must be pressed together with «Force Button» to allow dragging a Window (out of Screen) by clicking anywhere in the Window. Qualifiers must be separated by '+'. Example: 'LALT+RALT+RSHIFT'. With 'OFF' any Qualifier will be O.K."
  159.   
  160.   FRAMEEND
  161.  
  162.   FRAME
  163.   
  164.    BOOL
  165.     NAME="Avoid Double Clicks"
  166.     KEYWORD="AvoidDoubleClicks"
  167.     VALUE="FALSE"
  168.     HELPTEXT="If you have installed a commodity on your computer that allows you double-clicking Windows to front/back you should activate this. It prevents Screens from being trashed by the Marker."
  169.     
  170.    BOOL
  171.     NAME="Draw Marker in all Planes"
  172.     KEYWORD="AllPlanes"
  173.     VALUE="FALSE"
  174.     HELPTEXT="By default PowerWindows renders the Marker only in the first Plane of the Screen. This speeds up things on standard Amigas. If you have a GFX-Board you should activate this in order to speed up rendering.
  175.  
  176.   FRAMEEND  
  177.  
  178. ;= SCREEN PATCH  ===========================================================
  179.  
  180. GROUP
  181.  GROUPNAME="Screens"
  182.  GROUPHELPNODE="ScreenPatchOptions"
  183.  
  184.  PAGE
  185.   PAGENAME="Screen Patch Options"
  186.  
  187. ;Task = ?#visage#?                    ;Specify Tasks to check. Read Docs!
  188.  
  189.   BOOL
  190.    NAME="Patch only specified Tasks"
  191.    KEYWORD="TasksOnly"
  192.    VALUE="FALSE"
  193.    HELPTEXT="By default PowerWindows patches all Screens but the ones opened by Tasks specified in the «TASK-LIST». If you only want to patch the Screens opened by Tasks specified there activate this option."
  194.  
  195.   BOOL
  196.    NAME="Do case-sensitive Checks"
  197.    KEYWORD="CaseSensitive"
  198.    VALUE="FALSE"
  199.    HELPTEXT="If you want Pattern Matching (to check whether a Screen shall be patched or not) to be case-sensitive activate this option. You MUST do it the version of your dos.library is lower than 36.147!"
  200.  
  201.  PAGE
  202.   PAGENAME="TASK-LIST"
  203.  
  204.   LISTVIEW
  205.    NAME="Screen Patch Task List"
  206.    KEYWORD="Task"
  207.    HELPTEXT="Specify the Tasks whose Screens you want to patch (or do not want to patch - see previous page!)"
  208.  
  209. ;= ICONIFY OPTIONS =========================================================
  210.  
  211. GROUP
  212.  GROUPNAME="Iconifying"
  213.  GROUPHELPNODE="IconifyOptions"
  214.  
  215.  PAGE
  216.   PAGENAME="Page 1"
  217.   LABELWIDTH=100
  218.   GADGETWIDTH=0
  219.  
  220.    BOOL
  221.     NAME="Add Iconify-Gadget to Windows"
  222.     KEYWORD="IconifyGadget"
  223.     VALUE="FALSE"
  224.     HELPTEXT="Adds an Iconify-Gadget to your Windows"
  225.  
  226.    BOOL
  227.     NAME="Don't create Icons"
  228.     KEYWORD="NoIcons"
  229.     VALUE="FALSE"
  230.     HELPTEXT="Don't create Icons when iconifying a Window. Has only sense if you set «Iconify Offset» to something > 1."
  231.     
  232.    BOOL
  233.     NAME="I-Gadget for specified Tasks only"
  234.     KEYWORD="IconifyTasksOnly"
  235.     VALUE="FALSE"
  236.     HELPTEXT="By default all Windows but the ones opened by Tasks specified in the «ICONIFY-TASK LIST» get an Iconify-Gadget. If you only want the Windows opened by Tasks specified there to get an Iconify-Gadget activate this option."
  237.  
  238.    BOOL
  239.     NAME="Do case-sensitive Checks"
  240.     KEYWORD="IconifyCaseSensitive"
  241.     VALUE="FALSE"
  242.     HELPTEXT="If you want Pattern Matching (to check whether a Window shall get an Iconify-Gadget or not) to be case-sensitive activate this option. You MUST do it the version of your dos.library is lower than 36.147!"
  243.  
  244.    BOOL
  245.     NAME="No I-Gadget for WB-Windows"
  246.     KEYWORD="DontIconifyWB"
  247.     VALUE="FALSE"
  248.     HELPTEXT="Workbench-Drawers (those with WFLG_WBENCHWINDOW) will not get an Iconify-Gadget."
  249.  
  250. ;   BOOL
  251. ;    NAME="No I-Gadget for Requesters"
  252. ;    KEYWORD="DontIconifyReq"
  253. ;    VALUE="FALSE"
  254. ;    HELPTEXT="Requesters opened with EasyRequestArgs() and AutoRequest() will not get an Iconify-Gadget."
  255.  
  256.    BOOL
  257.     NAME="Add Close-Gadget to Icons"
  258.     KEYWORD="IconCloseGad"
  259.     VALUE="FALSE"
  260.     HELPTEXT="Icons will get a Close-Gadget. By clicking on this Gadget the Icon's parent Window will be closed."
  261.  
  262.  PAGE
  263.   PAGENAME="Page 2"
  264.   GADGETWIDTH=0
  265.   LABELWIDTH=100
  266.  
  267.    BOOL
  268.     NAME="WB-Icon pop up"
  269.     KEYWORD="WBIconPopUp"
  270.     VALUE="FALSE"
  271.     HELPTEXT="You will be able to de-iconify Workbench-Drawers (those with WFLG_WBENCHWINDOW) by double-clicking their WB-Icon. Might not work with DOpus 5.x!"
  272.  
  273.    BOOL
  274.     NAME="Icons activate Window"
  275.     KEYWORD="IconActivate"
  276.     VALUE="FALSE"
  277.     HELPTEXT="Clicking on an Icon will activate it's parent Window. You will be able to use the Window's Menu. Key-Presses will go to the parent Window, too." 
  278.  
  279.    BOOL
  280.     NAME="Pop Windows to front"
  281.     KEYWORD="PopToFront"
  282.     VALUE="FALSE"
  283.     HELPTEXT="De-iconified Windows will be brought to front."
  284.  
  285.    BOOL
  286.     NAME="Refresh Icon-Titles"
  287.     KEYWORD="RefreshIT"
  288.     VALUE="FALSE"
  289.     HELPTEXT="When the title of an iconified Window gets changed the title of it's Icon will be changed, too. This option should be used only on fast machines. Windows whose titles get changed a lot slow down the computer!"
  290.  
  291.  
  292.  PAGE
  293.   PAGENAME="Page 3"
  294.   LABELWIDTH=100
  295.   GADGETWIDTH=100
  296.   
  297.   CYCLE
  298.    NAME="Look of Iconify-Gadget"
  299.    KEYWORD="IGLook"
  300.   
  301.    ITEMNAME="Normal (MUI-Look)"
  302.    ITEMKEYWORD="NORMAL"
  303.    ITEMNAME="NICE"
  304.    ITEMKEYWORD="NICE"
  305.    ITEMNAME="SysiHack MUI"
  306.    ITEMKEYWORD="SYSI"
  307.    ITEMNAME="SysiHack NICE"
  308.    ITEMKEYWORD="SYSINICE"
  309.    VALUE=0
  310.    HELPTEXT="Defines the look of the Iconify-Gadget. There's a GIF-Image in the 'Images' Directory showing you all possible variants."
  311.  
  312.   CYCLE
  313.    NAME="Position of Icons"
  314.    KEYWORD="IconPos"
  315.    ITEMNAME="Upper left corner of Window"
  316.    ITEMKEYWORD="UPPERLEFT"
  317.    ITEMNAME="Upper right corner of Window"
  318.    ITEMKEYWORD="UPPERRIGHT"
  319.    ITEMNAME="Lower left corner of Window"
  320.    ITEMKEYWORD="LOWERLEFT"
  321.    ITEMNAME="Lower right corner of Window"
  322.    ITEMKEYWORD="LOWERRIGHT"
  323.    ITEMNAME="Center of Window"
  324.    ITEMKEYWORD="CENTER"
  325.    ITEMNAME="AUTO: bottom - left to right"
  326.    ITEMKEYWORD="AUTO_BOTTOMLEFT"
  327.    ITEMNAME="AUTO: bottom - right to left"
  328.    ITEMKEYWORD="AUTO_BOTTOMRIGHT"
  329.    ITEMNAME="AUTO: top - left to right"
  330.    ITEMKEYWORD="AUTO_TOPLEFT"
  331.    ITEMNAME="AUTO: top - right to left"
  332.    ITEMKEYWORD="AUTO_TOPRIGHT"
  333.    ITEMNAME="AUTO: left - top to bottom"
  334.    ITEMKEYWORD="AUTO_LEFTTOP"
  335.    ITEMNAME="AUTO: left - bottom to top"
  336.    ITEMKEYWORD="AUTO_LEFTBOTTOM"
  337.    ITEMNAME="AUTO: right - top to bottom"
  338.    ITEMKEYWORD="AUTO_RIGHTTOP"
  339.    ITEMNAME="AUTO: right - bottom to top"
  340.    ITEMKEYWORD="AUTO_RIGHTBOTTOM"
  341.    VALUE=5
  342.    HELPTEXT="The position you want the Icons to pop up. Have a look at the Guide!"
  343.  
  344.   CYCLE
  345.    NAME="Depth of Icons"
  346.    KEYWORD="IconDepth"
  347.    ITEMNAME="Always in front"
  348.    ITEMKEYWORD="ALWAYSFRONT"
  349.    ITEMNAME="Open in the front"
  350.    ITEMKEYWORD="NORMAL"
  351.    ITEMNAME="Open in the back"
  352.    ITEMKEYWORD="NORMALBEHIND"
  353.    VALUE=0
  354.    HELPTEXT="«Always in front» will lead to Icons which are always in front of all other Windows, «Open in the front» and «Open in the back» add a Depth-Gadget to the Icons which open in the front or back."
  355.  
  356.   POPFONT
  357.    NAME="Font for Icon-Titles"
  358.    KEYWORD="IconFont"
  359.    VALUE=""
  360.    HELPTEXT="Specify the Font you want to use for the Icon-Titles. Format is 'Fontname/Fontsize[/Attributes]'. Attributes is optional, it can be a combination of [B]old, [I]talic, [U]nderlined. Examples: 'topaz/8', 'topaz/8/BI', 'topaz.font/8/BUI'"
  361.  
  362.  PAGE
  363.   PAGENAME="Page 4"
  364.   LABELWIDTH=120
  365.   GADGETWIDTH=80
  366.    
  367.   INTEGER
  368.    NAME="Iconify Offset"
  369.    KEYWORD="IconifyOffset"
  370.    MIN=0
  371.    MAX=1000
  372.    VALUE=0
  373.    HELPTEXT="Iconified Windows are moved to X-Position <ScreenWidth> - <IconifyOffset>. This option makes only sense if «No Icons» is activated."
  374.  
  375.   STRING
  376.    NAME="Width of Icons"
  377.    KEYWORD="IconWidth"
  378.    CHARWIDTH=10
  379.    MAX=16
  380.    VALUE="1/5"
  381.    HELPTEXT="Width of Icons. Possibilities: '<x>' : Width = <x> Pixels , '<x>/<y>' : Icons will be <ScreenWidth> * <x> / <y> Pixels wide, 'WINWIDTH' means Icons will be as wide as their parent Window, 'WINWIDTH/<x>' : Width will be <WindowWidth>/<x>"
  382.    
  383.   INTEGER
  384.    NAME="Minimal Icon Width"
  385.    KEYWORD="MinIconWidth"
  386.    MIN=0
  387.    MAX=2000
  388.    VALUE=100
  389.    HELPTEXT="Icons will get the Width specified with «Width of Icons», but will never be smaller than this."
  390.  
  391.   INTEGER
  392.    NAME="Offset X-Position"
  393.    KEYWORD="IconPos_OffX"
  394.    MIN=-2000
  395.    MAX=2000
  396.    VALUE=0
  397.    HELPTEXT="X-Offset that is added to the calculated Icon-Position if «Position of Icons» is AUTO_??"   
  398.  
  399.   INTEGER
  400.    NAME="Offset Y-Position"
  401.    KEYWORD="IconPos_OffY"
  402.    MIN=-2000
  403.    MAX=2000
  404.    VALUE=0
  405.    HELPTEXT="Y-Offset that is added to the calculated Icon-Position if «Position of Icons» is AUTO_??"   
  406.  
  407.   INTEGER
  408.    NAME="X-Space between Icons"
  409.    KEYWORD="IconPos_SpaceX"
  410.    MIN=0
  411.    MAX=2000
  412.    VALUE=0
  413.    HELPTEXT="Horizontal space in Pixel between Icons. Has only effect if «Position of Icons» is one of the AUTO-Modes."
  414.  
  415.   INTEGER
  416.    NAME="Y-Space between Icons"
  417.    KEYWORD="IconPos_SpaceY"
  418.    MIN=0
  419.    MAX=2000
  420.    VALUE=0
  421.    HELPTEXT="Vertical space in Pixels between Icons. Has only effect if «Position of Icons» is one of the AUTO-Modes."
  422.    
  423.   INTEGER
  424.    NAME="Minimal Window Width"
  425.    KEYWORD="MinWinWidth"
  426.    MIN=0
  427.    MAX=2000
  428.    VALUE=50
  429.    HELPTEXT="Minimal Width a Window must have in order to get an Iconify-Gadget"
  430.    
  431.  PAGE
  432.   PAGENAME="TASK LIST"
  433.   
  434.   LISTVIEW
  435.    NAME="Iconify-Patch Task List"
  436.    KEYWORD="IconifyTask"
  437.    HELPTEXT="Specify the Tasks whose Windows you want to get an Iconify-Gadget (or do not want to get it - see previous page!)"
  438.  
  439.    
  440. ;= OPAQUE MOVE =============================================================
  441.  
  442. GROUP
  443.  GROUPNAME="Opaque"
  444.  GROUPHELPNODE="OpaqueMovingOptions"
  445.  
  446.  PAGE
  447.   PAGENAME="Opaque Moving Options"
  448.   LABELWIDTH=150
  449.   GADGETWIDTH=50
  450.  
  451.   BOOL
  452.    NAME="Activate opaque (solid) moving Windows"
  453.    KEYWORD="OpaqueMove"
  454.    VALUE="FALSE"
  455.    HELPTEXT="This is very slow on standard Amigas (except in one Plane mode). Other opaque moving Commodities don't work together with PowerWindows (or stop moving at the Screen bounds)."
  456.  
  457.   BOOL
  458.    NAME="No opaque for SIMPLE REFRESH Windows"
  459.    KEYWORD="Opaque_NoSimple"
  460.    VALUE="FALSE"
  461.    HELPTEXT="Windows that are simple refreshed, will not be opaque moved"
  462.    
  463.   BOOL
  464.    NAME="No opaque for SMART REFRESH Windows"
  465.    KEYWORD="Opaque_NoSmart"
  466.    VALUE="FALSE"
  467.    HELPTEXT="Windows that are smart refreshed, will not be opaque moved"
  468.  
  469.   BOOL
  470.    NAME="No opaque for SUPER REFRESH Windows"
  471.    KEYWORD="Opaque_NoSuper"
  472.    VALUE="FALSE"
  473.    HELPTEXT="Windows that are super refreshed (Super Bitmap Windows), will not be opaque moved"
  474.    
  475.   BOOL
  476.    NAME="Safe Opaque"
  477.    KEYWORD="SafeOpaque"
  478.    VALUE="FALSE"
  479.    HELPTEXT="By default PowerWindows calls MoveWindow() from it's Input-Handler. If you activate this Option then this function will be called from the main program which is safier and more system conform."
  480.  
  481.   INTEGER
  482.    NAME="Speed"
  483.    KEYWORD="Opaque_Speed"
  484.    MIN=1
  485.    MAX=1000
  486.    VALUE=1
  487.    HELPTEXT="PowerWindows moves the Window every «Speed» mouse-move events it gets. If this value is low (= fast moving) refreshing of SIMPLEREFRESH Windows will be delayed."
  488.  
  489.   INTEGER
  490.    NAME="Max. Screen Depth"
  491.    KEYWORD="Opaque_MaxDepth"
  492.    MIN=1
  493.    MAX=32
  494.    VALUE=8
  495.    HELPTEXT="The maximum Depth (number of Planes) a Screen must have to allow opaque moving. 8 means 256 Colors (2 ^ Planes = Number of colors)."
  496.    
  497.   INTEGER
  498.    NAME="Max. Pixels to move"
  499.    KEYWORD="Opaque_MaxPixels"
  500.    MIN=1
  501.    MAX=2000000000
  502.    VALUE=2000000000
  503.    HELPTEXT="Windows whose <Width> * <Height> is greater than this will not be opaque moved."
  504.  
  505.   INTEGER
  506.    NAME="Max. Bytes to move"
  507.    KEYWORD="Opaque_MaxBytes"
  508.    MIN=1
  509.    MAX=2000000000
  510.    VALUE=2000000000
  511.    HELPTEXT="Windows whose <Width> * <Height> * <Bytes per Pixel> is greater than this will not be opaque moved."
  512.  
  513.  
  514. ;= DEADLOCK HUNTER ========================================================
  515.  
  516. GROUP
  517.  GROUPNAME="Deadlocks"
  518.  GROUPHELPNODE="DeadlockHuntingOptions"
  519.  
  520.  PAGE
  521.   PAGENAME="Deadlock-Hunter Options"
  522.   LABELWIDTH=150
  523.   GADGETWIDTH=50
  524.  
  525.  INTEGER
  526.   NAME="Seconds between checks"
  527.   KEYWORD="DeadLock_Sec"
  528.   MIN=0
  529.   MAX=100
  530.   VALUE=1
  531.   HELPTEXT="The delay in seconds between two Deadlock-Checks."
  532.   
  533.  INTEGER
  534.   NAME="Micros between checks"
  535.   KEYWORD="DeadLock_Mic"
  536.   MIN=0
  537.   MAX=1000000
  538.   VALUE=0
  539.   HELPTEXT="The number of micro seconds that are added to «Seconds between checks»."
  540.   
  541.  INTEGER
  542.   NAME="Task-Priority of Deadlock-Hunter"
  543.   KEYWORD="DeadLock_Pri"
  544.   MIN=-128
  545.   MAX=127
  546.   VALUE=0
  547.   HELPTEXT="Priority of PowerWindows' deadlock-hunting Sub-Task."
  548.  
  549.  
  550. ;= EXTERNAL ================================================================
  551.  
  552. GROUP
  553.  GROUPNAME="External"
  554.  GROUPHELPNODE="ExternalRoutinesOptions"
  555.  
  556.  PAGE
  557.   PAGENAME="External Routines"
  558.   
  559.   POPFILE
  560.    NAME="External Screen-Checker"
  561.    KEYWORD="Ext_ScreenChecker"
  562.    MAX=255
  563.    CHARWIDTH=30
  564.    VALUE=""
  565.    HELPTEXT="External Routine that is supposed to check whether a Screen shall be patched or not. If the Routine requires some parameters specify them after a ','"
  566.  
  567.   POPFILE
  568.    NAME="External Window-Checker"
  569.    KEYWORD="Ext_WindowChecker"
  570.    MAX=255
  571.    CHARWIDTH=30
  572.    VALUE=""
  573.    HELPTEXT="External Routine that is supposed to 1) check whether a Window shall get an Iconify-Gadget or not and optionally 2) do the rendering of the Iconify-Gadget. If the Routine requires some parameters specify them after a ','"
  574.    
  575.   POPFILE
  576.    NAME="External Icon-Renderer"
  577.    KEYWORD="Ext_IconRenderer"
  578.    MAX=255
  579.    CHARWIDTH=30
  580.    VALUE=""
  581.    HELPTEXT="External Routine that is supposed to do the rendering of the Icons. If the Routine requires some parameters specify them after a ','"
  582.  
  583.  
  584. ;= HOTKEYS =================================================================
  585.  
  586. GROUP
  587.  GROUPNAME="Hotkeys"
  588.  GROUPHELPNODE="HotkeyOptions"
  589.  
  590.  PAGE
  591.   PAGENAME="Hotkeys"
  592.   
  593.   STRING
  594.    NAME="Iconify"
  595.    KEYWORD="HOT_Iconify"
  596.    MAX=60
  597.    CHARWIDTH=30
  598.    VALUE=""
  599.    HELPTEXT="Hotkey to iconify active Window. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  600.  
  601.   STRING
  602.    NAME="Icons to front"
  603.    KEYWORD="HOT_IconsToFront"
  604.    MAX=60
  605.    CHARWIDTH=30
  606.    VALUE=""
  607.    HELPTEXT="Hotkey to bring Icons on the active Screen to front. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  608.    
  609.   STRING
  610.    NAME="Icons to back"
  611.    KEYWORD="HOT_IconsToBack"
  612.    MAX=60
  613.    CHARWIDTH=30
  614.    VALUE=""
  615.    HELPTEXT="Hotkey to bring Icons on the active Screen to back. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  616.    
  617.   STRING
  618.    NAME="De-iconify all Windows"
  619.    KEYWORD="HOT_DeIconifyAll"
  620.    MAX=60
  621.    CHARWIDTH=30
  622.    VALUE=""
  623.    HELPTEXT="Hotkey to de-iconify all Windows on the active Screen. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  624.    
  625.   STRING
  626.    NAME="Bring active Window into view"
  627.    KEYWORD="HOT_WindowIn"
  628.    MAX=60
  629.    CHARWIDTH=30
  630.    VALUE=""
  631.    HELPTEXT="Hotkey to bring active Window back within standard limits of the Screen (or center and bring it to front if it's already there). Must follow standard hotkey-description convention."
  632.  
  633.   STRING
  634.    NAME="Bring all Windows into view"
  635.    KEYWORD="HOT_AllWindowsIn"
  636.    MAX=60
  637.    CHARWIDTH=30
  638.    VALUE=""
  639.    HELPTEXT="Hotkey to bring all Windows back within standard limits of Screen. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  640.  
  641.  
  642. ;= SPECIAL =================================================================
  643.  
  644. GROUP
  645.  GROUPNAME="Special"
  646.  
  647.  PAGE
  648.   PAGENAME="MULTI Action Mode"
  649.   PAGEHELPNODE="MultiActionsOptions"
  650.   LABELWIDTH=100
  651.   GADGETWIDTH=100
  652.   
  653.   CYCLE
  654.    NAME="MULTI Action Button"
  655.    KEYWORD="MultiButton"
  656.    ITEMNAME="Left"
  657.    ITEMKEYWORD="LEFT"
  658.    ITEMNAME="Right"
  659.    ITEMKEYWORD="RIGHT"
  660.    ITEMNAME="Middle"
  661.    ITEMKEYWORD="MIDDLE"
  662.    VALUE=0
  663.    HELPTEXT="Mouse-Button you want to use for activating MULTI Action Mode. When this Mode is active PowerWindows allows you to iconify/de-iconify more Windows at the same time. Have a look at the Guide!"
  664.  
  665.   STRING
  666.    NAME="MULTI Qualifier"
  667.    KEYWORD="MultiQualifier"
  668.    MAX=100
  669.    VALUE="LALT+CONTROL"
  670.    HELPTEXT="Qualifiers that must be pressed together with «MULTI Action Button» to activate MULTI Action Mode. Qualifiers must be separated by '+'. Example: 'LALT+RALT+RSHIFT'. Set this to 'OFF' if any Qualifier shall be O.K."
  671.  
  672.    
  673.  
  674.  
  675. ;= WORKAROUNDS =============================================================
  676.  
  677. GROUP
  678.  GROUPNAME="Workarounds"
  679.  GROUPHELPNODE="WorkaroundMiscOptions"
  680.   
  681.  PAGE
  682.   PAGENAME="Misc & Workarounds"
  683.   LABELWIDTH=150
  684.   GADGETWIDTH=50
  685.   
  686. ;  INTEGER
  687. ;   NAME="Offset of Screens' Depth-Gadget"
  688. ;   KEYWORD="SDepth_Offset"
  689. ;   MIN=-2000
  690. ;   MAX=2000
  691. ;   VALUE=0
  692. ;   HELPTEXT="When using PowerWindows with MCP (and it's SysiHack Option is activated) the Depth-Gadgets of the Screens are scrolled one pixel to the left. Setting this to 1 will fix it. For similar problems with other programs set this to the Offset)."
  693.  
  694.   BOOL
  695.    NAME="Fix shadow-problem of MagicMenu"
  696.    KEYWORD="MagicMenu_SH"
  697.    VALUE="FALSE"
  698.    HELPTEXT="When using PowerWindows with MagicMenu the Menu's shadows aren't transparent anymore. Activate this option to fix it. The executable must be called 'MagicMenu' otherwise it won't work. Rename it if on your computer it's called 'MagicMenu_??'"
  699.    
  700.  
  701.  
  702. END
  703.  
  704.